Skip to content

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