You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a `telemetry` config option to Porto.create() that allows developers
to disable Sentry error tracking in the Porto dialog and authentication
interfaces.
Changes:
- Add `telemetry?: boolean` to Porto.Config (defaults to true)
- Pass telemetry setting through dialog mode to all dialog types
- Update dialog and id apps to respect telemetry preference via localStorage
- Make React error handlers conditional based on Sentry initialization
- Update documentation with telemetry parameter
Usage:
```ts
Porto.create({ telemetry: false })
```
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Whether to enable telemetry and error tracking. When set to `false`, disables anonymous error reporting via Sentry in the Porto dialog and authentication interfaces.
0 commit comments