-
-
Notifications
You must be signed in to change notification settings - Fork 206
Fix regexes on Erlang/OTP 28 #889
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😭
* Tweak credit card regex handling for OTP-28 Just like in #889 * Update CHANGELOG
Thanks @josevalim for the fix! It still not possible to set this option now on Docs still point user to set this to a list of ![]() |
We are planning to fix it on Erlang/OTP 28.1. |
this fails to compile on OTP 28 (getsentry/sentry-elixir#889) But this also relies on Phoenix 1.6. so we need to update that first
this fails to compile on OTP 28 (getsentry/sentry-elixir#889) But this also relies on Phoenix 1.6. so we need to update that first
this fails to compile on OTP 28 (getsentry/sentry-elixir#889) But this also relies on Phoenix 1.6. so we need to update that first
this fails to compile on OTP 28 (getsentry/sentry-elixir#889) But this also relies on Phoenix 1.6. so we need to update that first
this fails to compile on OTP 28 (getsentry/sentry-elixir#889) But this also relies on Phoenix 1.6. so we need to update that first
this fails to compile on OTP 28 (getsentry/sentry-elixir#889) But this also relies on Phoenix 1.6. so we need to update that first
Regexes cannot be part of module bodies in Erlang/OTP 28, so this PR adjusts the repository accordingly.
A new release with this fix would be appreciated, since Erlang/OTP 28 has just been released. :)