Skip to content

Commit

Permalink
Update plugins/node/instrumentation-amqplib/src/amqplib.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Mick <trentm@gmail.com>
  • Loading branch information
blumamir and trentm committed May 14, 2024
1 parent c94ea20 commit f471dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-amqplib/src/amqplib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import {
} from './utils';
import { VERSION } from './version';

const supporterVersions = ['>=0.5.5 <1'];
const supportedVersions = ['>=0.5.5 <1'];

export class AmqplibInstrumentation extends InstrumentationBase {
protected override _config!: AmqplibInstrumentationConfig;
Expand Down

0 comments on commit f471dff

Please sign in to comment.