Skip to content

Commit e7149f2

Browse files
committed
Fix backticks.
1 parent c1e7ee1 commit e7149f2

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

249-
````typescript
249+
```typescript
250250
// entry.server.ts
251251

252252
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -346,7 +346,7 @@ typescript:
346346

347347
```ts
348348
const replay = getClient().getIntegrationByName<Replay>('Replay');
349-
````
349+
```
350350

351351
## Deprecate `Hub`
352352

0 commit comments

Comments
 (0)