-
`ActiveRecord` 7.1 introduced async query methods[^1], which leverages concurrency primitives via `Promise` API to defer executing queries.
We would like to enrich `ActiveRecord` related spans to kn…
-
Most of the time when activerecord makes queries to the database, parameterized queries are used.
```ruby
Comment.where(post_id: 1)
# Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE…
-
## Summary
If you use lograge-sql together with [solid cable](https://github.com/rails/solid_cable) there is a memory leak, because the queries that solid cable makes are stored by lograge-sql, but n…
-
Trying to filter the products on category from the dropdown button on the new page.
-
originally reported in https://github.com/getsentry/sentry-ruby/issues/2449
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
- Ruby/Rails with Sentry
#…
-
Hello 👋
I want to setup a multi tenant model and I see query_constraints that seems to answer well my need (add automatically the tenant id to select, update and delete queries)
Based on the doc:…
-
Follow on from #3093, #2769
- [ ] See if you can improve queries with ActiveRecord methods
- [ ] Create report of metadata completeness & publication linking
https://docs.google.com/spreadsheet…
-
This is a little obscure, but it's code running in production that was based on this [stack overflow post](https://stackoverflow.com/questions/21850995/association-for-polymorphic-belongs-to-of-a-part…
-
## Is your feature request related to a problem? Please describe.
Currently Ruby agent does not submit backtraces for the SQL queries coming from Rails apps.
## Describe the solution you'd like
A…
-
- vercel
- dab5cfc881b32792f712a4f838aecf9e8879f36d
- https://web2-dun-six.vercel.app/
- web2 -> xtracking
todo
- [x] attach domain name e.g. drewapp to server
- [x] add https certificat…