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(profiling): Add profiler options to init #1947

Merged
merged 5 commits into from Mar 13, 2023

Commits on Mar 8, 2023

  1. feat(profiling): Add profiler options to init

    This adds the `profiles_sample_rate`, `profiles_sampler` and `profiler_mode`
    options to the top level of the init call. The `_experiment` options will still
    be available temporarily but is deprecated and will be removed in the future.
    Zylphrex committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9ab3fad View commit details
    Browse the repository at this point in the history
  2. fix tests/linting

    Zylphrex committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7f0e3a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

    Zylphrex committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a5e5794 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix circular import error

    Zylphrex committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a24c2d8 View commit details
    Browse the repository at this point in the history