Skip to content

Commit 35ccddc

Browse files
committed
chore: bugsnag API key for OSS project
1 parent 934cd70 commit 35ccddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loggerSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256

257257
if(isBugsnagEnabled) {
258258
Bugsnag.start({
259-
apiKey: 'a899c29d251bfdf30c3222016a2a7ea7',
259+
apiKey: '94ef94f4daf871ca0f2fc912c6d4764d',
260260
context: context,
261261
appType: Phoenix.browser && Phoenix.browser.isTauri ? "tauri" : "browser",
262262
collectUserIp: false,

0 commit comments

Comments
 (0)