Andy Weiss
Andy Weiss
See the discussion on https://github.com/rollbar/pyrollbar/pull/149 for how the scrubbing code can be improved. This issue is so this idea doesn't get lost in the mix.
Given a standard macos framework with the proper symlinks setup: ``` Something.framework ├── Something -> Versions/Current/Something ├── Headers -> Versions/Current/Headers ├── Modules -> Versions/Current/Modules ├── Resources -> Versions/Current/Resources └── Versions...
Allow catchers to specify a format just like other routes do. For example, I expected the following to work: ```rust #[get("/user", format="application/json")] pub fn user() -> Json { ... }...
This makes the PlaywrightLauncherPage function similarly to the ChromeLauncher where we attempt to load the coverage from the browser and return that if availble during the stopSession method. Currently the...