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

Conversation

unflxw
Copy link
Contributor

@unflxw unflxw commented Oct 14, 2024

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 and processor PR for context.

[skip changeset] because this change has no effect to the customer.

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 unflxw added the chore label Oct 14, 2024
@unflxw unflxw self-assigned this Oct 14, 2024
@unflxw unflxw marked this pull request as ready for review October 14, 2024 09:06
@backlog-helper
Copy link

Hi @unflxw,

We've found some issues with your Pull Request.

  • This Pull Request does not include a changeset. Add a changeset if the change impacts users and should be included in the changelog upon release. Read more about changesets.
    Ignore this rule by adding [skip changeset] to your Pull Request body. - (More info)

New issue guide | Backlog management | Rules | Feedback

@backlog-helper
Copy link

backlog-helper bot commented Oct 14, 2024

✔️ All good!

New issue guide | Backlog management | Rules | Feedback

@unflxw unflxw merged commit bce4e97 into main Oct 16, 2024
122 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants