Skip to content

Commit 58cd216

Browse files
committed
Fix backticks.
1 parent d71b283 commit 58cd216

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
@@ -1357,7 +1357,7 @@ only be set later during the span lifecycle (and thus not be available during sa
13571357
This release deprecates `wrapRemixHandleError` in favor of using `sentryHandleError` from `@sentry/remix`. It can be
13581358
used as below:
13591359

1360-
````typescript
1360+
```typescript
13611361
// entry.server.ts
13621362

13631363
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1461,7 +1461,7 @@ typescript:
14611461

14621462
```ts
14631463
const replay = getClient().getIntegrationByName<Replay>('Replay');
1464-
````
1464+
```
14651465

14661466
## Deprecate `Hub`
14671467

0 commit comments

Comments
 (0)