voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
22 lines (13 loc) • 802 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/performance](./performance.md) > [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. |