Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Dec 13, 2024
1 parent bd1174b commit 209dbea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/instrumentation.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { initializeSentry } from '@repo/next-config/instrumentation';
import { initializeSentry } from '@repo/observability/instrumentation';

export const register = initializeSentry();
2 changes: 1 addition & 1 deletion apps/app/instrumentation.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { initializeSentry } from '@repo/next-config/instrumentation';
import { initializeSentry } from '@repo/observability/instrumentation';

export const register = initializeSentry();
2 changes: 1 addition & 1 deletion apps/web/instrumentation.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { initializeSentry } from '@repo/next-config/instrumentation';
import { initializeSentry } from '@repo/observability/instrumentation';

export const register = initializeSentry();

0 comments on commit 209dbea

Please sign in to comment.