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

feat: reports exceptions, throws and exits #2

Merged
merged 1 commit into from
Sep 5, 2024
Merged

feat: reports exceptions, throws and exits #2

merged 1 commit into from
Sep 5, 2024

Conversation

grzuy
Copy link
Collaborator

@grzuy grzuy commented Sep 3, 2024

No description provided.

Bypass.expect_once(bypass, "POST", "/api/1/envelope", fn conn ->
{:ok, body, conn} = Plug.Conn.read_body(conn)

assert [_id, _header, event] = String.split(body, "\n", trim: true)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grzuy grzuy force-pushed the reporter branch 4 times, most recently from b371f5c to ee85de3 Compare September 5, 2024 17:03
@grzuy grzuy changed the title WIP feat: reporter feat: reports exceptions, throws and exits Sep 5, 2024
@grzuy grzuy merged commit 57d962b into main Sep 5, 2024
4 checks passed
@grzuy grzuy deleted the reporter branch September 5, 2024 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.

1 participant