Skip to content

Commit

Permalink
Merge pull request open-telemetry#27 from open-telemetry/bump-pg-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed May 13, 2020
2 parents 9d87313 + 6169f0d commit f2a0881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugins/node/opentelemetry-plugin-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@
"gts": "^1.1.0",
"mocha": "^6.2.0",
"nyc": "^15.0.0",
"pg": "^7.12.1",
"pg": "^8.0.3",
"rimraf": "^3.0.0",
"ts-mocha": "^6.0.0",
"ts-node": "^8.6.2",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"cross-env": "^6.0.0",
"typescript": "3.7.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-pg/src/pg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class PostgresPlugin extends BasePlugin<typeof pgTypes> {

static readonly BASE_SPAN_NAME = PostgresPlugin.COMPONENT + '.query';

readonly supportedVersions = ['7.*'];
readonly supportedVersions = ['7.*', '8.*'];

constructor(readonly moduleName: string) {
super('@opentelemetry/plugin-pg', VERSION);
Expand Down

0 comments on commit f2a0881

Please sign in to comment.