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

Export crashes through telemetry #285

Merged
merged 19 commits into from
Mar 1, 2024

Commits on Jan 24, 2024

  1. Export crashes through telemetry

    Crashtracker additions:
    * Add a telemetry uploader for crashes
    * Send part of the crash info though tags, and part of it as the message.
    * Extract necessary telemetry tags from profiler tags
    
    Logs payload addition:
    * Add the "tags" field to telemetry logs to be able to search on fields in crashes
    * Add a "sensitive" flag to telemetry logs to mark crash logs as possibly containing customer data
    
    Testing:
    * Add a way to run binary test
    * Add integration test for the crashtracker binary
    paullegranddc committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    636dc99 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    78761a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8bf45f View commit details
    Browse the repository at this point in the history
  3. Fix tests in some env

    paullegranddc committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    47c7f68 View commit details
    Browse the repository at this point in the history
  4. Fix windows tests

    paullegranddc committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4a3c49e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bea6edc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    744a866 View commit details
    Browse the repository at this point in the history
  2. adress PR comments

    paullegranddc committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    71a39b1 View commit details
    Browse the repository at this point in the history
  3. Do not resolve frames

    paullegranddc committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cf9c813 View commit details
    Browse the repository at this point in the history
  4. Remove import

    paullegranddc committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0de580f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Fix tests on alpine

    paullegranddc committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5d5315e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8807029 View commit details
    Browse the repository at this point in the history
  3. fmt

    paullegranddc committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ae7ac10 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Add assertion on sdout

    paullegranddc committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9039866 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    24cd340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8729a24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b61275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acddc38 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. complete comment

    paullegranddc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f94d5c5 View commit details
    Browse the repository at this point in the history