Replies: 1 comment 1 reply
-
Hey! Thanks for writing in. Upon looking at your profile breakdown, a majority of the time seems to be spent on the It seems this is because the get stack call.
We consider performance very important though, and I'll try to do some profiling on representative environments asap so we can compare with ourselves as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we carefully watch for any performance degradation in our code and discovered that the simple code can take up to 100ms
sentry.captureException( new Error(`loaded countries: ${json.data.countries.length}`) );
Here's the result of inspection
Could you suggest how to speedup the process? Is the way to do it fully asynchronous?
Beta Was this translation helpful? Give feedback.
All reactions