Replies: 3 comments 2 replies
-
Hi @fabiendem, This list is created at build time. All top-level modules which were bundled by Metro are recorded. The collection script goes thru bundled files and records from what modules a file is. By default, only modules in What do you refer to by |
Beta Was this translation helpful? Give feedback.
1 reply
-
🤔 One feature request in the Sentry dashboard would be to be able to search for Issues based on the version of a given package. |
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,
On Sentry, I can see the list of packages used by our app attached to Errors.
Example:
How does Sentry pull this list?
Do we have to add our
package.json
to the bundle (require("package.json")
)?Or does it read whatever the libraries expose when bundled in the JS payload?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions