We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a9c6f commit fca82fcCopy full SHA for fca82fc
apps/web/src/utils/bugsnag.ts
@@ -41,7 +41,7 @@ async function inititializeBugsnag() {
41
42
export async function bugsnagNotify(error: Error | string, onError?: OnErrorCallback) {
43
if (!BugsnagClient) {
44
- await inititializeBugsnag();
+ await initializeBugsnag();
45
}
46
47
0 commit comments