Skip to content

Commit

Permalink
🔧 Ignore json-ld error for safari in sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 12, 2024
1 parent 2465e42 commit e005795
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ export default {
Replay: {},
},
clientConfig: {
ignoreErrors: ['WebAssembly.instantiate'],
ignoreErrors: [
'WebAssembly.instantiate',
'["@context"].toLowerCase',
],
replaysSessionSampleRate: IS_TESTNET ? 1.0 : 0.05,
replaysOnErrorSampleRate: IS_TESTNET ? 1.0 : 1.0,
},
Expand Down

0 comments on commit e005795

Please sign in to comment.