-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.13.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.13.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 41 files changed
- 8 contributors
Commits on Sep 21, 2021
-
getsentry-bot committed
Sep 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 873f167 - Browse repository at this point
Copy the full SHA 873f167View commit details
Commits on Sep 22, 2021
-
feat(nextjs): Support
distDir
Next.js option (#3990)Add support for [setting custom build directories](https://nextjs.org/docs/api-reference/next.config.js/setting-a-custom-build-directory). Although this allows to custom that directory, source maps won't work; supporting them will come in a follow-up PR.
Configuration menu - View commit details
-
Copy full SHA for 27f8609 - Browse repository at this point
Copy the full SHA 27f8609View commit details
Commits on Sep 23, 2021
-
chore(react): Add ts-ignore for fallback tests (#4004)
Some tests are testing behaviour when we pass the wrong type on purpose. We should make sure we ts-ignore in those cases.
Configuration menu - View commit details
-
Copy full SHA for d920532 - Browse repository at this point
Copy the full SHA d920532View commit details
Commits on Sep 27, 2021
-
ref(browser): Refactor sending client reports w. fetch fallback (#4008)
* ref(browser): Refactor sending client reports w. fetch fallback
Configuration menu - View commit details
-
Copy full SHA for 0e664af - Browse repository at this point
Copy the full SHA 0e664afView commit details -
Configuration menu - View commit details
-
Copy full SHA for f96d47b - Browse repository at this point
Copy the full SHA f96d47bView commit details
Commits on Oct 1, 2021
-
fix(tracing): Call hasTracingEnabled with correct options when invoki…
…ng startTransaction (#4020)
Configuration menu - View commit details
-
Copy full SHA for feb2bb5 - Browse repository at this point
Copy the full SHA feb2bb5View commit details -
feat(nextjs): Add ability for integration tests to use linked `@sentr…
…y/xxxx` packages (#4019) In the nextjs integration tests, we use file dependencies for all of the packages in the `sentry-javascript` repo, so that the tests test the local (rather than published) version of the SDK. We don't do the same for `@sentry/cli` or `@sentry/webpack-plugin`, though, because they're in a separate repo and we can't predict where the local copy of that repo lives. As a result, we currently can't (in the nextjs integration tests, at least) test any local changes in either package. This solves that problem by optionally linking to the local copies of those repos as part of the integration test runner script. In order to use this optional linking: - To link `@sentry/cli`, set `LINKED_CLI_REPO=<abs path of local sentry-cli repo>`. - To link `@sentry/webpack-plugin`, set the CLI variable above (since `@sentry/cli` is a dependency of `@sentry/webpack-plugin`, we need to link it in the plugin repo also) as well as `LINKED_PLUGIN_REPO=<abs path of local sentry-webpack-plugin repo>`
Configuration menu - View commit details
-
Copy full SHA for 389ae60 - Browse repository at this point
Copy the full SHA 389ae60View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d1c471f - Browse repository at this point
Copy the full SHA d1c471fView commit details -
ref(ember): Update htmlbars dependency (#4026)
As noted in #4015, a registerPlugin deprecation is now caused by @sentry/ember because of the Ember version upgrade. As mentioned here, https://github.com/emberjs/ember.js/pull/19429\#issuecomment-786403885 updating htmlbars should fix this.
Configuration menu - View commit details
-
Copy full SHA for bdcf133 - Browse repository at this point
Copy the full SHA bdcf133View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00fba50 - Browse repository at this point
Copy the full SHA 00fba50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ab018 - Browse repository at this point
Copy the full SHA 24ab018View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb01ba - Browse repository at this point
Copy the full SHA cbb01baView commit details
There are no files selected for viewing