You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am only interested in capturing errors - primarily in plugins - which is where we build our code. But Sentry wants to set up as early as possible, so question one is do we set up sentry as early as possible (in main?) or as a plugin (the first plugin?).
Question two is that Apollo Router seem to use Tokio, and Sentry has some special setup for tracing to read:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have Sentry for many of our projects (Go, Javascript, etc) and Sentry does support Rust as well.
I could not find many issues/discussions about it and I wonder what is the recommended approach to add it?
I am only interested in capturing errors - primarily in plugins - which is where we build our code. But Sentry wants to set up as early as possible, so question one is do we set up sentry as early as possible (in main?) or as a plugin (the first plugin?).
Question two is that Apollo Router seem to use Tokio, and Sentry has some special setup for tracing to read:
I am not interested in tracing but I am sure many others are so I might as well ask, as it can be tricky to get this right.
If you do not think that the Apollo Router integrates well with certain features of Sentry, please let me know!
Beta Was this translation helpful? Give feedback.
All reactions