Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Support buffering #8

Description

@richardszalay

The current version extends AppenderSkeleton, which synchronously sends events to Sentry. If the Sentry server has any latency, this can cause the application code to block. If we extended BufferingAppenderSkeleton instead, it would append asynchronously and we would inherit any of its buffering options.

I'm happy to do a PR on this, but I'd like your opinion on whether we should add a separate BufferingSentryAppender or just change the existing one to extend BufferingAppenderSkeleton.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions