Skip to content

Commit

Permalink
Send correct identifier when instrumenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Nov 18, 2024
1 parent 9b96560 commit a87b246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class StructureLibAPI {
*/
public static void enableInstrument(Object identifier) {
if (isInstrumentEnabled()) throw new IllegalStateException();
instrument.set(instrument);
instrument.set(identifier);
}

/**
Expand Down

0 comments on commit a87b246

Please sign in to comment.