<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/performance](./performance.md) &gt; [PerformanceSettings](./performance.performancesettings.md)

## PerformanceSettings interface

Defines configuration options for the Performance Monitoring SDK.

<b>Signature:</b>

```typescript
export interface PerformanceSettings 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [dataCollectionEnabled?](./performance.performancesettings.datacollectionenabled.md) | boolean | <i>(Optional)</i> Whether to collect custom events. |
|  [instrumentationEnabled?](./performance.performancesettings.instrumentationenabled.md) | boolean | <i>(Optional)</i> Whether to collect out of the box events. |

