You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having long integers inside parameters (in our case, keystrokes typed by a user on a phone) AppSignal's NIF throws a (ArgumentError) argument error.
Thanks for reporting (again 😉 ). We've been searching and thinking of a good way to fix this. Right now our idea is to cast the values to string when they are too big, unless we can find of a better/supported way to save these large integer values.
Sounds like a good idea. Is it maybe possible to cast it to a string but then when you pass it into the rust part, it will serialize it to JSON and it converts it back to an integer?
When having long integers inside parameters (in our case, keystrokes typed by a user on a phone) AppSignal's NIF throws a
(ArgumentError) argument error
.Backtrace
The text was updated successfully, but these errors were encountered: