Skip to content

Conversation

@goharShoukat
Copy link
Contributor

No description provided.

# type: (BaseException) -> str
return (getattr(exc_value, "message", "")
or getattr(exc_value, "detail", "")
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I deleted the safe_str function from here. It was conflicting with the BaseException.

@sentrivana sentrivana changed the title Pr/2193 Add test for https://github.com/getsentry/sentry-python/pull/2193 Aug 7, 2023
@sentrivana sentrivana changed the title Add test for https://github.com/getsentry/sentry-python/pull/2193 Add test for PR #2193 Aug 7, 2023
@sentrivana
Copy link
Contributor

Added the change to the original PR, closing this one.

@sentrivana sentrivana closed this Aug 10, 2023
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.

4 participants