Closed 0HyperCube closed 1 year ago
Improve disabling only one telemetry option
To disable only one telemetry type, the following code can be used:
await bugsnag.start( telemetry: const BugsnagTelemetryTypes(internalErrors: false));
Add test to ensure that only the correct telemetry types are set.
Goal
Improve disabling only one telemetry option
Design
To disable only one telemetry type, the following code can be used:
Testing
Add test to ensure that only the correct telemetry types are set.