Skip to content

Commit

Permalink
Send correct identifier when instrumenting (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts authored Nov 19, 2024
1 parent 9b96560 commit 6337536
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 6337536

Please sign in to comment.