Neel Shah

Results 65 issues of Neel Shah

Not directly related to this change, but I think conceptually a `Span` should always have a `transaction`? Because a `Transaction` always has itself as the `transaction`, and it'll pass down...

enhancement
Status: Backlog

### Discussed in https://github.com/getsentry/sentry-python/discussions/1580 Originally posted by **abhishek17569** August 24, 2022 Hello All, I'm using pymongo and performing multiple aggregation pipelines. I want to get the DB process spans to...

enhancement
new-integration
Status: Backlog

### Core or SDK? Platform/SDK ### Which part? Which one? Legacy Clients ### Description This banner is only visible on the top-level Raven docs. https://docs.sentry.io/clients/ ### Suggested Solution We should...

enhancement
Status: Backlog
Team: Web Frontend
Team: Web SDK Backend

* new `Sentry::Metrics` module with 4 apis that map to the new 4 `Sentry::Metrics::Metric` classes * `increment` - simple counter * `distribution` - array of observations * `gauge` - statistics...

https://github.com/getsentry/team-sdks/issues/36 ```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-ruby/pull/2247 - [ ] timing function - [ ] callback - before_emit - [ ] local aggregator on span - [ ] force...

we want to make it easier for rails users to setup sentry, see https://fly.io/docs/reference/sentry/#ruby-on-rails and https://github.com/getsentry/sentry-wizard * add new rake command like `bundle exec sentry:setup` * auto create default initializer...

enhancement
sentry-rails

we need to make a difference between the 'event building' and the 'sending' so I made this more explicit. fixes #2226

I see, thanks for the explanation of your use case. So a few points * we never do a retry ever on our side, a dropped event is a dropped...

enhancement

use `continue_trace` before `start_transaction` in - [ ] resque - [x] delayed_job - [ ] active_job

enhancement
active_job
sentry-delayed_job
sentry-resque