Skip to content
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

Support stacktrace sending when stack_info is enabled (#87) #158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

devonwarren
Copy link

@devonwarren devonwarren commented Jul 4, 2024

Utilize the capture_internal_exceptions function to send exceptions if the stack_info flag is set so that the entire stack trace is captured in Sentry.

event_from_exception does not support sending the entire stack (ref: getsentry/sentry-python#338)

Closes #87

@devonwarren devonwarren marked this pull request as draft July 4, 2024 12:14
@devonwarren devonwarren marked this pull request as ready for review July 11, 2024 13:32
Copy link
Collaborator

@paveldedik paveldedik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @devonwarren thank you very much for the PR. After reading about stack_info, it looks good. Could you please:

  • fix the mypy issue (see the Lint job error)
  • add some tests for this? Would it be possible?

Thank you again for the contribution. And sorry that it took so long for me to take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a processor to support stack_info
2 participants