-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sourcemaps uploaded with Debug ID's are not being applied to events #61559
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-issues-source-maps for triage ⏲️ |
Ideally we get reproduction here because I can't figure out how this seems to happen nor can I reproduce myself. |
Hi @lforst, you don't need to reproduce it yourself, you can simply see the symptom here: Here is an event where you can see And here is the corresponding event json, where there is no |
@wlyu2001 Unfortunately I do need to reproduce this so I can fix the bug (if there is one). |
Hi @lforst, you mean this could be how the system works normally? I was told by the technical support otherwise. :) Let me know how I can help you to reproduce it. 🙏 |
Generally no. Things should work.
Ideally you create a very small app with all the relevant build steps in order to replicate the behaviour you're seeing in your app and Sentry instance. Thanks! |
@lforst The situation as I understand is:
Is there something wrong with this understanding? |
The process you describe seems pretty standard. This is why a simple reproduction app would be needed to find out where stuff is buggy.
You do have influence over this part. You choose what is sent to Sentry - either via SDK configuration or via additional code.
If you are referring to the browser console here, debug IDs will have no effect on browser dev tools source maps. (yet at least) |
I got some typing error in
Here are our library versions
What could be the problem? 🙏 |
Yes, please use the latest Sentry SDK version and use |
@lforst After bumping to
There are several errors with the init function. You can try with the code sample I sent you. And I still can't find |
Ok, I am sorry for this mess. We are in the middle of a big refactoring and it seems like there are certain incompatibilities between the electron package and the main SDKs. Can you try bumping the main SDKs to at least
This is very new API, however, it should have exactly the same API as |
Hi @lforst, I found the integration after sdk bump. Question about the iteratee. In our case, the path for the stack frame is
and the file in the release's artifacts is
I can use iteratee as follows:
Is this correct? 🙏 |
If your stackframe is Does that make sense? |
It's not only the missing /, but the path also need to be transformed from /evernote/ to /renderer/, right? I think i will use regex instead, to match any prefix with
🙏 |
BTW, the only frames we have problem with are those of |
Correct! Sorry, I missed that!
Sounds good.
Looks fine! I hope you understand though, that I cannot verify every single change you intend to make. We assume you (and all Sentry users) are capable engineers who will find the right solution for their setup! |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Expected Result
The debug ID's match and are applied to the event
Actual Result
There is no debug_meta on the event. The debug id is in the stacktrace, and the corresponding artifacts are uploaded, but they are not being applied to the event
Product Area
Issues - Source Maps
Link
No response
DSN
No response
Version
" @sentry /electron": "4.13.0", " @sentry /react": "7.73.0", " @sentry /cli": "2.21.2"
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: