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

Send error causes line number as integer #1318

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 14, 2024

  1. Send error causes line number as integer

    The Ruby integration was sending this as a string, while the processor
    expected a number. The processor has since been amended to accept
    either a number or a string, but the Ruby integration should have
    been sending a number to begin with.
    
    See [Slack conversation][slack] and [processor PR][pr] for context.
    
    [slack]: https://appsignal.slack.com/archives/C02A6H085/p1728551389181029
    [pr]: https://github.com/appsignal/appsignal-processor-rs/pull/1577/files
    unflxw committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    333ae0d View commit details
    Browse the repository at this point in the history