Skip to content

Commit

Permalink
Merge branch 'main' into fastify-request-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Nov 6, 2022
2 parents 44b7c5f + 3214bf2 commit 38cc88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class FastifyInstrumentation extends InstrumentationBase {
return fastify;
}

public _patchSend() {
private _patchSend() {
const instrumentation = this;
this._diag.debug('Patching fastify reply.send function');

Expand Down Expand Up @@ -246,7 +246,7 @@ export class FastifyInstrumentation extends InstrumentationBase {
};
}

public _hookPreHandler() {
private _hookPreHandler() {
const instrumentation = this;
this._diag.debug('Patching fastify preHandler function');

Expand Down
2 changes: 0 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
{
"groupName": "Otel Core experimental",
"matchPackageNames": ["@opentelemetry/sdk-node", "@opentelemetry/instrumentation", "@opentelemetry/instrumentation-grpc", "@opentelemetry/instrumentation-http", "@opentelemetry/instrumentation-fetch", "@opentelemetry/instrumentation-xml-http-request", "@opentelemetry/api-metrics", "@opentelemetry/sdk-metrics" ],
"allowedVersions": "<1.0.0",
"matchUpdateTypes": ["minor"],
"rangeStrategy": "bump"
}
],
Expand Down

0 comments on commit 38cc88d

Please sign in to comment.