Skip to content

Commit 022dae4

Browse files
committed
Fix backticks.
1 parent 69e8966 commit 022dae4

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

240-
````typescript
240+
```typescript
241241
// entry.server.ts
242242

243243
export const handleError = Sentry.wrapHandleErrorWithSentry(() => {
@@ -337,7 +337,7 @@ typescript:
337337

338338
```ts
339339
const replay = getClient().getIntegrationByName<Replay>('Replay');
340-
````
340+
```
341341

342342
## Deprecate `Hub`
343343

0 commit comments

Comments
 (0)