You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, wrap your Remix root with `withSentry` to catch React component errors and to get parameterized router transactions.
56
+
Also, wrap your Remix root with `withSentry` to catch React component errors and to get parameterized router
57
+
transactions.
58
58
59
59
```ts
60
60
// root.tsx
@@ -139,8 +139,11 @@ Sentry.captureEvent({
139
139
140
140
## Sourcemaps and Releases
141
141
142
-
The Remix SDK provides a script that automatically creates a release and uploads sourcemaps. To generate sourcemaps with Remix, you need to call `remix build` with the `--sourcemap` option.
142
+
The Remix SDK provides a script that automatically creates a release and uploads sourcemaps. To generate sourcemaps with
143
+
Remix, you need to call `remix build` with the `--sourcemap` option.
143
144
144
-
On release, call `sentry-upload-sourcemaps` to upload source maps and create a release. To see more details on how to use the command, call `sentry-upload-sourcemaps --help`.
145
+
On release, call `sentry-upload-sourcemaps` to upload source maps and create a release. To see more details on how to
146
+
use the command, call `sentry-upload-sourcemaps --help`.
145
147
146
-
For more advanced configuration, [directly use `sentry-cli` to upload source maps.](https://github.com/getsentry/sentry-cli).
148
+
For more advanced configuration,
149
+
[directly use `sentry-cli` to upload source maps.](https://github.com/getsentry/sentry-cli).
0 commit comments