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

Accept anything that is "stringable" when interpolating #675

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

whatyouhide
Copy link
Collaborator

Before this commit, we were forcing interpolation parameters to be strings. However, in other places we generally rely on to_string/1 for this type of stuff. In this case, Sentry itself says that non-strings will be coerced to strings (https://develop.sentry.dev/sdk/event-payloads/message/).

@whatyouhide whatyouhide merged commit 27de94a into master Dec 19, 2023
3 checks passed
@whatyouhide whatyouhide deleted the al/fix-interpolation branch December 19, 2023 17:13
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.

None yet

2 participants