Closed
Conversation
Calling `toISOString()` on an Invalid Date throws a RangeError. This
could happen when a user has a variable holding `new Date('invalid')`
at a breakpoint. Fall back to the raw description string when the
date is not valid.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v5.x #7981 +/- ##
==========================================
- Coverage 83.19% 73.76% -9.43%
==========================================
Files 476 773 +297
Lines 20153 36038 +15885
==========================================
+ Hits 16766 26584 +9818
- Misses 3387 9454 +6067 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Overall package sizeSelf size: 5.49 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
✨ Fix all issues with BitsAI or with Cursor
|
) * prevent native metrics from loading when not needed * added option to disableNative runtime metrics * added env and changed option name * added back comments * changed native metrics conditional * added native into config test * undo changes done by IDE and fixed tests * fix tests * set back to only using config
* initial work for service source override * fixed optional chaining * fix serviceSource being a string instead of a function * lint fix and valkey test fix * fix aws-sdk tests * match tag and stat to what agent expects * fix tag * change stat fully * added tagging for manual spans * clear tag if sevice name is the same as the default tracer service name * lint fix * more lint fix * fix wrong serviceSources * fix serviceSource for consumer/producer * added full cover for manual tracing and added serviceSource validation for integrations * check for existance of tags before processing * fixes after adding serviceSource validation * propagate service for http and aws * fix serviceSource in gc pubsub * fixed gcp pubsub * prevent patching on Noop and removed double patch * remove manual tracing changes * moved logic into startSpan * fixed service name if condition * missing tag * removed unnecesary changes * testing oracle fix * remove unnecesary set ops of service.name tag * added back space * removed extra code * removed noisy changes * fix lint
…pdates (#7982) Bumps the test-versions group with 2 updates in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios) and [openai](https://github.com/openai/openai-node). Updates `axios` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.14.0...v1.15.0) Updates `openai` from 6.33.0 to 6.34.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](openai/openai-node@v6.33.0...v6.34.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-versions - dependency-name: openai dependency-version: 6.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-versions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
d1feb6d to
b6b5a27
Compare
Contributor
Author
|
Superseded by #8008. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
b647b115cc] - (SEMVER-PATCH) chore(deps): bump the test-versions group across 1 directory with 2 updates (dependabot[bot]) #79826b9ac5e6ce] - (SEMVER-PATCH) feat(tags): add _dd.svc.src tag for service overrides (Pablo Erhard) #78241e438f2fc3] - (SEMVER-PATCH) fix(metrics): prevent native metrics from loading when not needed (Pablo Erhard) #7942b4740a3636] - (SEMVER-PATCH) release: pass github token from sts to release notes (Ilyas Shabi) #7975b5ded05b0a] - (SEMVER-PATCH) fix(debugger): handle Invalid Date in snapshot processor (Thomas Watson) #794466550f3467] - (SEMVER-PATCH) set ai guard default blocking to true (Ilyas Shabi) #7972