Neel Shah

Results 65 issues of Neel Shah

Annotate all transaction naming exhaustively with sources as in https://develop.sentry.dev/sdk/event-payloads/transaction/#transaction-annotations

enhancement
Status: Backlog

We decided that OPTIONS requests shouldn't be traced by default since they eat into quota a lot for some users and don't add much value. See https://github.com/getsentry/sentry-javascript/pull/5485

enhancement

Creating this issue for further discussion. If you do the following, the exception will be captured but the tag won't be used (because that scope is thrown away in [an...

question
sentry-ruby
discussion

Currently, automatic capturing only works in rake/rails applications. We want to see if users also want out of the box exception capturing in one-time scripts and other ruby applications. Raven...

enhancement
discussion

### Issue Description Something skylight does is interfering with the backtraces we receive. Investigate why. I already tried swapping middleware orders but it didn't work. Skylight does a bunch of...

Type: Bug

Add some span truncation logic similar to frames/breadcrumbs

### Issue Description Net::HTTP errors (here `Net::OpenTimeout`) don't derive from `StandardError` so they are not rescued in `send_event` and sent upstream as exceptions to Sentry. ### Reproduction Steps The following...

bug
Status: Backlog

Right now we just have `Net:HTTP` support for outgoing http requests and if Faraday uses some other adapter we don't get any spans. https://github.com/lostisland/awesome-faraday/#adapters

enhancement

For instrumenting AWS Lambda, it seems like it'd be ideal to use [Lambda Extensions](https://aws.amazon.com/pt/blogs/aws/getting-started-with-using-your-favorite-operational-tools-on-aws-lambda-extensions-are-now-generally-available/) to deliver error reports. At first glance it looks like the `async` option would be the...

enhancement

Add the ability to pass [`mechanism`](https://develop.sentry.dev/sdk/event-payloads/exception/#exception-mechanism) to `capture_exception`. Among other things, this will let us use the `handled` flag to set the session status to `crashed`/`errored` based on whether it...

enhancement