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: Allow some non-Golang interfaces to be passed through in Events. #606

Merged
merged 2 commits into from Mar 29, 2023

Commits on Mar 21, 2023

  1. feat: Allow some non-Golang interfaces to be passed through in Events.

    Some users may wish to use sentry-go as a mechanism to proxy non-Golang
    events -- for instance, if reporting errors from a mobile or web
    application.  We add Sentry event payload interfaces that make it easier to
    support other platforms, including stack frame interface members for
    "C-like" applications, and including the Debug Meta interface that allows
    the Sentry backend to symbolicate application backtraces.
    
    This change was authored under contract for FullStory.
    jwise committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bf2389d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    8b47c36 View commit details
    Browse the repository at this point in the history