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
We should refine some golden path for setting up debug symbols, this is also needed in docs.
The wizard should prompt users to set this up.
See JavaScript browser source maps docs and the source maps wizard for inspiration.
The wizard really needs to be updated to handle at least asking the user about debug symbols requirements, and first:
directing them to the correct docs (android, ios, etc)
[could be awkward if multiple file changes needed] printing the changes that will be needed
[best] modifying the files
this is also the hardest, as it seems mutliple files could be involved across native, ios, and android for creating debug symbols files and uploading them
[regarding docs] Will investigate debug symbols, these snippets are just straight up duplicates, 2 of them, the first is so similar i question it’s value too. This can be cut WAYYYY down.
Now i see the auth_token config is actually missing…. i have manually added it below, cursor said i could reference it like this
The text was updated successfully, but these errors were encountered:
We should refine some golden path for setting up debug symbols, this is also needed in docs.
The wizard should prompt users to set this up.
See JavaScript browser source maps docs and the source maps wizard for inspiration.
The text was updated successfully, but these errors were encountered: