Ian Shields

Results 18 comments of Ian Shields

Ran into this same issue with our TrustPilot widget. Not sure what the impacts are setting this everywhere, so for now I went with a super scoped approach that just...

Thanks for your response. I think I have the right integrations setup because in the main rails app and in sidekiq everything behaves correctly. It's really just the rake tasks...

Yep, that's correct I see database spans etc in regular rails usage (the webserver and the sidekiq tasks). This issue is only happening for me with rake tasks. Thanks!

I see, thanks for letting me know. Yea unfortunately when I start the transaction manually the database connections do not come in and I get very little details on the...

@sl0thentr0py Thanks. I've added a patch to my app. Will monitor on production and see what data it collects / whether it starts pulling in any database queries or performance...

Thanks, I think this makes a lot of sense. Too many rake tasks out there to just force opt this in. I'm still not sure if db queries are being...

@julianfssen I've upmerged this and added support for two additional properties returned by the user endpoint. Would love to finally get this merged. https://github.com/julianfssen/tweetkit/pull/10/files#diff-69c2acd3591ba20529a3dc45f1b55e1da2d1b9dd6e32577168dfdc9e7983a1d4R552 @jtoy @dewey in case you're interested...