Skip to content

Commit 96d0f36

Browse files
committed
Fix backticks.
1 parent c6f102b commit 96d0f36

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

1343-
````typescript
1343+
```typescript
13441344
// entry.server.ts
13451345

13461346
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -1444,7 +1444,7 @@ typescript:
14441444

14451445
```ts
14461446
const replay = getClient().getIntegrationByName<Replay>('Replay');
1447-
````
1447+
```
14481448

14491449
## Deprecate `Hub`
14501450

0 commit comments

Comments
 (0)