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
Copy file name to clipboardExpand all lines: docs/platforms/godot/configuration/stack-traces.mdx
+52-11Lines changed: 52 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,36 +148,77 @@ sentry-cli login
148
148
149
149
It will prompt you to create an auth token in your web browser. Follow the instructions, generate the token, and then paste it into the command-line prompt when asked.
150
150
151
-
To upload debug symbols to Sentry using `sentry-cli`, run the following command:
151
+
To show inline source context in Sentry, `sentry-cli` can scan debug files for source references, resolves them locally, and creates an archive of all referenced source files called _source bundle_. The source bundle can be created by `sentry-cli` during the upload of debug information files.
A handful of Godot engine source files over 10 MiB may be excluded from the bundle. You’ll see warnings about them in the console output. While this isn’t an issue, stack frames pointing to those files won’t show inline source context.
209
+
177
210
For more information, refer to [Sentry CLI](/cli/) documentation.
178
211
179
212
</Alert>
180
213
214
+
You can also upload debug files for the Sentry SDK itself by running the following command from your project directory:
0 commit comments