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

Add ability to flush events synchronously #66

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

Gwonwoo-Nam
Copy link
Contributor

Hello, Sentry.

I’m not sure if I can make a pull request here, but I found an issue when handling sentry-clj with AWS Lambda. The issue is that Sentry event is being shut down by serverless during execution.

I added the flush function, which was updated in sentry-java in 2021, to enable synchronous flushing of Sentry events for AWS Lambda environments. This ensures that all events are sent before the serverless execution is completed, addressing the issue of events not being sent.

related issue

getsentry/sentry-java#1023

Thanks for your nice tool.

@dharrigan dharrigan merged commit c0b43d8 into getsentry:master Oct 12, 2024
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.

2 participants