Sasha
0b2a7a3606
feat(plugin-sentry): update plugin to 3.0 (#8613)
Updates the plugin to 3.0
Test:
```sh
NEXT_PUBLIC_SENTRY_DSN=<DSN here> pnpm dev plugin-sentry
```
Example:
```ts
sentryPlugin({
options: {
captureErrors: [400, 403],
context: ({ defaultContext, req }) => {
return {
...defaultContext,
tags: {
locale: req.locale,
},
}
},
debug: true,
},
Sentry,
})
```
2024-10-09 14:26:58 -04:00
..
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-09-20 22:46:40 -04:00
2024-10-06 13:23:30 -07:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 14:26:58 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 14:26:58 -04:00
2024-10-09 14:26:58 -04:00
2024-10-09 14:26:58 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 14:26:58 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 09:56:36 -04:00
2024-10-09 18:00:03 +00:00