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

Sentry & Metric Improvements #4322

Merged
merged 5 commits into from
Aug 19, 2021
Merged

Sentry & Metric Improvements #4322

merged 5 commits into from
Aug 19, 2021

Commits on Aug 19, 2021

  1. Adding sentry error rates on our openshot.org version request... so w…

    …e can adjust them dynamically (stable vs unstable versions).
    jonoomph committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3ab16f2 View commit details
    Browse the repository at this point in the history
  2. Fixing tutorial positioning (which sometimes doesn't work correctly, …

    …leaving the tutorial window in the upper right corner)
    jonoomph committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5cc355e View commit details
    Browse the repository at this point in the history
  3. Optimising the opt-in / opt-out process, so we can capture the initia…

    …l launch anonymously, and then opt-out the user and prompt them to opt back in. Essentially this is the same as before, except we get the initial launch analytic (to help us better report on our usage and market share). All subsequent tracking is disabled until the user opts in.
    jonoomph committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c8b670c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d05133e View commit details
    Browse the repository at this point in the history
  5. Making the ZMQ logger better protected, and more able to shut down it…

    …self... so we don't get stuck on program exit waiting forever for a ZMQ polling event.
    jonoomph committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5d7dc0b View commit details
    Browse the repository at this point in the history