Skip to content

Commit b32c098

Browse files
committed
Fix backticks.
1 parent d0d1cbb commit b32c098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ only be set later during the span lifecycle (and thus not be available during sa
944944
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
945945
used as below:
946946

947-
````typescript
947+
```typescript
948948
// entry.server.ts
949949

950950
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1048,7 +1048,7 @@ typescript:
10481048

10491049
```ts
10501050
const replay = getClient().getIntegrationByName<Replay>('Replay');
1051-
````
1051+
```
10521052

10531053
## Deprecate `Hub`
10541054

0 commit comments

Comments
 (0)