Neel Shah

Results 65 issues of Neel Shah

Add and test support for profiling transactions from sidekiq/delayed_job/resque, some customers have already shown interest.

enhancement
sentry-sidekiq
sentry-delayed_job
sentry-resque

https://github.com/jhawthorn/vernier does multithreaded stuff

enhancement
profiling

We use the cockroachdb Gem: https://github.com/cockroachdb/activerecord-cockroachdb-adapter database.yml ``` development: adapter: cockroachdb host: foo.bar.local database: dev_db user: root port: 26257 pool: 25 disable_cockroachdb_telemetry: true ``` docker-compose.yml ``` version: "2" services: db:...

enhancement

And perhaps we should implement a better version of `close` and `Sentry.initialize?` 🤔 Specifically: - We don't erase hub variables, `@background_worker` and `@session_flusher` - `Sentry.initialize?` is backed by a simple...

refactoring

* consolidate `sentry-trace`/`baggage` header generation like [python](https://github.com/getsentry/sentry-python/blob/f71a8f45e780525e52fa5868f45bb876dcf0994b/sentry_sdk/hub.py#L700-L731)

enhancement

investigate on a sample app with sidekiq/redis/some outgoing http logic every span is promoted to a transaction

Type: Bug
sentry-opentelemetry

Some users have asked for profiling support for their test suite to identify bottlenecks. We'd need to first add performance / transactions around test runs and then enable profiling there.

enhancement

### Core or SDK? Platform/SDK ### Which part? Which one? elixir ### Description - [ ] LoggerHandler - [ ] Plug integration - [ ] Phoenix guide - [ ]...

Platform: Elixir
Type: Content

### Problem Statement make a new lambda function with ```js // index.mjs - doesn't work export const handler = (event) => { // TODO implement const response = { statusCode:...

Type: Improvement
Package: serverless
Platform: AWS Lambda