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-07-17 12:52:41 -04:00
2024-10-04 13:02:56 -06:00
2024-09-18 21:08:34 -06:00
2024-07-17 12:52:41 -04:00
2024-10-09 14:15:45 -04:00
2024-09-25 15:14:03 -04:00
2024-07-17 12:52:41 -04:00
2024-09-10 22:48:52 -04:00
2024-10-06 21:37:59 -04:00
2024-09-12 12:33:22 -04:00
2024-07-11 09:54:21 -04:00
2024-09-24 13:29:53 -04:00
2024-07-11 09:54:21 -04:00
2024-10-03 18:46:23 +00:00
2024-09-12 12:33:22 -04:00
2024-09-19 17:07:02 -04:00
2024-08-20 04:25:10 +00:00
2024-10-09 14:26:58 -04:00
2024-07-17 12:52:41 -04:00
2024-07-16 15:47:56 -04:00
2024-10-04 02:59:05 +03:00
2024-07-11 14:55:13 -04:00
2024-07-11 09:54:21 -04:00
2024-07-17 12:52:41 -04:00
2024-08-21 17:44:34 -04:00
2024-07-15 15:29:11 -04:00