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
Description
When enabled option, for example, attach_stacktrace, stack traces are automatically attached to all logged messages. While stack traces are always included with exceptions, enabling this option also attaches stack traces to regular messages(or for SENTRY_LEVEL_FATAL messages only). This feature ensures that stack traces are visible alongside all log messages, providing comprehensive context for debugging and issue resolution.
Use case
Capturing Steps to Reproduce Issues: For events logged from client functions, different stack traces can help identify the exact steps that led to the issue, making it easier to reproduce and resolve.
Grouping in Sentry: Sentry groups events differently depending on whether they include stack traces. As a result, enabling or disabling this flag for certain events will lead to new groups being formed.
EvgenPervenenko
changed the title
[Feature Request] Add configuration option for attach stacktrace to message event
[Feature Request] Add configuration option to attach stacktrace to message events
Dec 5, 2024
supervacuus
changed the title
[Feature Request] Add configuration option to attach stacktrace to message events
Add option attach_stacktraceDec 5, 2024
Description
When enabled option, for example, attach_stacktrace, stack traces are automatically attached to all logged messages. While stack traces are always included with exceptions, enabling this option also attaches stack traces to regular messages(or for SENTRY_LEVEL_FATAL messages only). This feature ensures that stack traces are visible alongside all log messages, providing comprehensive context for debugging and issue resolution.
Use case
Capturing Steps to Reproduce Issues: For events logged from client functions, different stack traces can help identify the exact steps that led to the issue, making it easier to reproduce and resolve.
Grouping in Sentry: Sentry groups events differently depending on whether they include stack traces. As a result, enabling or disabling this flag for certain events will lead to new groups being formed.
Interface Changes
add function
using:
The text was updated successfully, but these errors were encountered: