Skip to content

Commit

Permalink
Make InstrumentationAbstract.init public
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcorlin1 committed Jan 15, 2024
1 parent 6898a34 commit 7ab5a92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export abstract class InstrumentationAbstract<T = any>
* Init method in which plugin should define _modules and patches for
* methods
*/
protected abstract init():
abstract init():
| InstrumentationModuleDefinition<T>
| InstrumentationModuleDefinition<T>[]
| void;
Expand Down

0 comments on commit 7ab5a92

Please sign in to comment.