Skip to content

Commit

Permalink
[Statsig] Proxy events
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 4, 2024
1 parent 295a094 commit 96adcf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/statsig/statsig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {LogEvents} from './events'
export type {LogEvents}

const statsigOptions = {
eventLoggingApi: 'https://api.events.bsky.app/v2',
environment: {
tier: process.env.NODE_ENV === 'development' ? 'development' : 'production',
},
Expand Down

0 comments on commit 96adcf1

Please sign in to comment.