You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(profiling): Allow profiling sample rate to be passed from env (#24)
* feat(profiling): Allow profiling sample rate to be passed from env
This sets a default profiling sample rate of 0 since not everyone may want profiling in CI due to cost concerns, but allows it to be enabled by passing it from the environment.
* Should be a float
0 commit comments