Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump wyafinder sample rate
  • Loading branch information
dtfiedler committed Aug 5, 2025
commit d28f76622002a01f8fb258e43f0fb6e656ae521e
1 change: 1 addition & 0 deletions src/state/contexts/GlobalState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export function GlobalStateProvider({
enabled: true,
clientName: 'arns-app',
clientVersion: APP_VERSION,
sampleRate: 1,
}}
>
{children}
Expand Down
Loading