Neel Shah
Neel Shah
Add and test support for profiling transactions from sidekiq/delayed_job/resque, some customers have already shown interest.
https://github.com/jhawthorn/vernier does multithreaded stuff
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:...
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...
* consolidate `sentry-trace`/`baggage` header generation like [python](https://github.com/getsentry/sentry-python/blob/f71a8f45e780525e52fa5868f45bb876dcf0994b/sentry_sdk/hub.py#L700-L731)
investigate on a sample app with sidekiq/redis/some outgoing http logic every span is promoted to a transaction
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.
### Core or SDK? Platform/SDK ### Which part? Which one? elixir ### Description - [ ] LoggerHandler - [ ] Plug integration - [ ] Phoenix guide - [ ]...
### Problem Statement make a new lambda function with ```js // index.mjs - doesn't work export const handler = (event) => { // TODO implement const response = { statusCode:...