-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: f3cd633
head repository: getsentry/sentry-javascript
compare: e01d8f8
- 11 commits
- 55 files changed
- 6 contributors
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f30da60 - Browse repository at this point
Copy the full SHA f30da60View commit details -
feat(tracing): Add
setNamemethod on spans (#8725)In preparation for adding the new span creation methods, `startSpan` and `startActiveSpan`, this PR adds `name` to `spanContext`. Over time we are going to be moving away from `span.description`, and this is the first step to get there. For now, `name` is just an alias for `span.description`, and is only added so that users can do something like so relatively easily: ```js const span = span.startChild({ name: 'NAME HERE' }); ```Configuration menu - View commit details
-
Copy full SHA for 6346e53 - Browse repository at this point
Copy the full SHA 6346e53View commit details -
getsentry-bot committed
Aug 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 7ac0000 - Browse repository at this point
Copy the full SHA 7ac0000View commit details -
Merge pull request #8789 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 797d906 - Browse repository at this point
Copy the full SHA 797d906View commit details
Commits on Aug 11, 2023
-
fix(nextjs): Ensure imports are valid relative paths (#8799)
Luca Forstner authoredAug 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e259aa7 - Browse repository at this point
Copy the full SHA e259aa7View commit details -
fix(nextjs): Check for existence of default export when wrapping pages (
Luca Forstner authoredAug 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 7bba7eb - Browse repository at this point
Copy the full SHA 7bba7ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd6ea5 - Browse repository at this point
Copy the full SHA 2cd6ea5View commit details -
fix(nextjs): Only re-export default export if it exists (#8800)
Luca Forstner authoredAug 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 6e83a6b - Browse repository at this point
Copy the full SHA 6e83a6bView commit details
Commits on Aug 14, 2023
-
meta(changelog): Update changelog for 7.64.0
Luca Forstner committedAug 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 81fbc01 - Browse repository at this point
Copy the full SHA 81fbc01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8e33b - Browse repository at this point
Copy the full SHA 5a8e33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e01d8f8 - Browse repository at this point
Copy the full SHA e01d8f8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f3cd633...e01d8f8