Skip to content

Commit 34f57f5

Browse files
committed
Fix backticks.
1 parent 8b2c16b commit 34f57f5

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

1371-
````typescript
1371+
```typescript
13721372
// entry.server.ts
13731373

13741374
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1472,7 +1472,7 @@ typescript:
14721472

14731473
```ts
14741474
const replay = getClient().getIntegrationByName<Replay>('Replay');
1475-
````
1475+
```
14761476

14771477
## Deprecate `Hub`
14781478

0 commit comments

Comments
 (0)