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 Sentry Error Tracking #2670

Merged
merged 14 commits into from
Jun 21, 2024
Merged

Add Sentry Error Tracking #2670

merged 14 commits into from
Jun 21, 2024

Commits on Feb 10, 2024

  1. Add Sentry Error Tracking

    breadbyte committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    59a0aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d62b67 View commit details
    Browse the repository at this point in the history
  3. Remove debug message

    breadbyte committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    92a701b View commit details
    Browse the repository at this point in the history
  4. Make sentry opt-out and add related notices and strings

    Also add Minecraft Version to error context
    breadbyte committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2e0d890 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 27, 2024

  1. Adjust sentry error tracking

    - Send the user-friendly Minecraft Version in the error logs
    - Capture exceptions in more parts of the application
    
    We now capture exceptions from the following locations:
    - Protocol18 (1.8+) Packet errors
    - Errors during client initialization phase (When client is about to start, session keys are NEVER sent to sentry)
    breadbyte committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9a29ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d991a03 View commit details
    Browse the repository at this point in the history
  3. Make Sentry DSN configurable and repository-specific

    The Sentry DSN will automatically be filled out on the main repository through the Github Actions build.
    breadbyte committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a59fa18 View commit details
    Browse the repository at this point in the history
  4. Update build-and-release.yml

    Update sed command
    breadbyte authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    be0a3f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 15, 2024

  1. style: change variable name

    nitpick, just to make it a little bit more descriptive
    breadbyte authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8166a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a22e082 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    c9184dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ddc4f View commit details
    Browse the repository at this point in the history