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

Support a configuration file #10

Open
antross opened this issue Aug 2, 2018 · 0 comments
Open

Support a configuration file #10

antross opened this issue Aug 2, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@antross
Copy link
Owner

antross commented Aug 2, 2018

Probably just JSON to begin with, but ideally sitting somewhere that one config file can be used across all browsers. Will need to double-check if browser extensions can read files from disk, but if not a JSON sitting in the /dist folder could work for now (though that might require reloading the extension after changes).

Initial thoughts on configurable items:

  • customize max trace length
  • support for excluding APIs (or categories of APIs) from the trace
  • triggers for automatically starting/stopping tracing (specific API calls or events)
  • filters to capture only specific frames (e.g. by URL)
@antross antross added the enhancement New feature or request label Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant