Skip to content

Commit

Permalink
chore: custom telemetry endpoint (#7596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 25, 2024
1 parent 1871c15 commit 8f60626
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class TelemetryService extends Service {
mixpanel.init(process.env.MIXPANEL_TOKEN || '', {
track_pageview: true,
persistence: 'localStorage',
api_host: 'https://telemetry.affine.run',
});
mixpanel.register({
appVersion: runtimeConfig.appVersion,
Expand Down

0 comments on commit 8f60626

Please sign in to comment.