Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps @opentelemetry/instrumentation-pg from 0.44.0 to 0.47.1.

Release notes

Sourced from @​opentelemetry/instrumentation-pg's releases.

instrumentation-pg: v0.47.1

0.47.1 (2024-11-07)

Bug Fixes

  • pg: Do not add SQLCommenter comments to prepared statements (#2456) (8070c7f)

instrumentation-aws-sdk: v0.46.0

0.46.0 (2024-11-07)

Features

  • aws-sdk: add s3 and kinesis service extensions for aws-sdk instrumentation (#2361) (a5b5614)

instrumentation-aws-lambda: v0.47.0

0.47.0 (2024-11-07)

⚠ BREAKING CHANGES

  • aws-lambda: Remove explicit x-ray context in favor of global propagator (#2369)

Features

  • aws-lambda: Remove explicit x-ray context in favor of global propagator (#2369) (a926f53)
  • instrumentation-aws-lambda: take care of ESM based (.mjs) handlers (#2508) (0309cae)

instrumentation-pg: v0.47.0

0.47.0 (2024-10-25)

Features

  • instrumentation-pg: add error type to db duration metric (#2476) (9564380)
  • update "@opentelemetry/*" dependencies to 1.27.0/0.54.0 (2822511)

Bug Fixes

  • instrumentation-pg: ensure db.client.operation.duration metric is recorded for Promises API usage of pg (#2480) (97a2956), closes #2380

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.41.0 to ^0.42.0
Commits
  • acbaf20 chore: release main (#2507)
  • 28e209a fix(instrumentation-undici): fix a possible crash if the request path is a fu...
  • 0309cae feat(instrumentation-aws-lambda): take care of ESM based (.mjs) handlers (#...
  • 80d0c74 feat(instrumentation-runtime-node)!: add prom-client-metrics (#2136)
  • 6234918 chore: use nx commands (#2493)
  • 95547b8 chore: update component owner for AWS to jj22ee (#2506)
  • 1165264 docs(instrumentation-router): correct import statement (#2517)
  • 8070c7f fix(pg): Do not add SQLCommenter comments to prepared statements (#2456)
  • a5b5614 feat(aws-sdk): add s3 and kinesis service extensions for aws-sdk instrumentat...
  • ad8c581 fix(instrumentation-mysql): fix test for mysql2 v3 (#2168) (#2451)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Nov 11, 2024
@AbhiPrasad
Copy link
Member

This breaks our builds because of subpath export issues:

FAIL  test/index.server.test.ts
  ● Test suite failed to run

    Cannot find module '@opentelemetry/semantic-conventions/incubating' from '../../node_modules/@opentelemetry/instrumentation-pg/build/src/utils.js'

    Require stack:
      /home/runner/work/sentry-javascript/sentry-javascript/node_modules/@opentelemetry/instrumentation-pg/build/src/utils.js
      /home/runner/work/sentry-javascript/sentry-javascript/node_modules/@opentelemetry/instrumentation-pg/build/src/instrumentation.js
      /home/runner/work/sentry-javascript/sentry-javascript/node_modules/@opentelemetry/instrumentation-pg/build/src/index.js
      /home/runner/work/sentry-javascript/sentry-javascript/packages/node/build/cjs/integrations/tracing/postgres.js
      /home/runner/work/sentry-javascript/sentry-javascript/packages/node/build/cjs/index.js
      test/index.server.test.ts

      2 |
      3 | const instrumentationPg = require('@opentelemetry/instrumentation-pg');
    > 4 | const core = require('@sentry/core');
        |                           ^
      5 | const instrument = require('../../otel/instrument.js');
      6 | const addOriginToSpan = require('../../utils/addOriginToSpan.js');
      7 |

      at Resolver.resolveModule (../../node_modules/jest-resolve/build/resolver.js:324:11)
      at Object.<anonymous> (../../node_modules/@opentelemetry/instrumentation-pg/src/utils.ts:40:1)
      at Object.<anonymous> (../../node_modules/@opentelemetry/instrumentation-pg/src/instrumentation.ts:45:1)
      at Object.<anonymous> (../../node_modules/@opentelemetry/instrumentation-pg/src/index.ts:17:1)
      at Object.<anonymous> (../node/build/cjs/integrations/tracing/postgres.js:4:27)
      at Object.<anonymous> (../node/build/cjs/index.js:26:18)
      at Object.<anonymous> (test/index.server.test.ts:1:1)

Bumps [@opentelemetry/instrumentation-pg](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.44.0 to 0.47.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@instrumentation-pg-v0.44.0...instrumentation-pg-v0.47.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/instrumentation-pg"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/opentelemetry/instrumentation-pg-0.47.1 branch from c50edbe to 50faebd Compare November 11, 2024 17:17
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #14468.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/opentelemetry/instrumentation-pg-0.47.1 branch November 25, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant