sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
closes #18308 For Next 13, it doesn't create transactions for middlewares, so we cannot patch this AFAIK without including traces in the middleware. Maybe a conversation for v11
WIP - implementation still broken (not getting spans)
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: ~- [ ] If you've added code that should be tested, please add tests.~ -...
> [!NOTE] > The pull request "[chore(tests): Added variant flag](https://github.com/getsentry/sentry-javascript/pull/18458)" was created by @logaretm but did not reference an issue. Therefore this issue was created for better visibility in external...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
## Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues ## How do you use Sentry? Sentry SaaS (sentry.io) ## Which SDK are...
(closes #18438) (closes [JS-1273](https://linear.app/getsentry/issue/JS-1273/bump-typesexpress-to-v5-for-sentrygoogle-cloud-serverless)) This moves the express types as optional peerDependencies. Since we are only relying on `Request` and `Response` and nothing more, this should be a save update....