Billy Vong
Billy Vong
Since the `flag` parameter is an arbitrary integer value, we need the ability to pass a `flag` value. We have memcached libraries on other platforms that treat the `flag` value...
* Adds pre-commit hooks * Adds prettier * Re-format code * Upgrades some dev dependencies (eslint, mocha, babel) * Use node@8 in travis
Relates to: * https://github.com/getsentry/develop/issues/1144
Currently, we have `GITHUB_WORKFLOW` which is either the workflow display name (`name` key) or its id (the key in yaml), however there are a few GitHub APIs that use the...
Leftover from https://github.com/getsentry/sentry/pull/69152
# Do not merge Initial proof of concept of how remote configuration could work in the JS SDKs.
This PR makes sure we use the native, unwrapped `setTimeout` implementation of the browser. Some environments, e.g. Angular, monkey patch this for their change detection, leading to performance issues (possibly)....
### Problem Statement Session Replay handles static assets differently based on the type of asset. They are either inlined into the recording or the source URL is preserved and fetched...
Pulls in rest of upstream rrweb patches up to https://github.com/rrweb-io/rrweb/commit/ae6908dcdcd7c732c1ce79eea19de5240bec1151 See https://github.com/getsentry/rrweb/pull/189
When calling `start()`, we always include a breadcrumb for the initial page navigation. This should not always be included and will cause the replay to appear to start earlier than...