Skip to content

Commit

Permalink
Instrumentation has been disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 25, 2024
1 parent 0871010 commit 1137bb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webstorage/Storage.hx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class Storage {
final onChangeTrigger: SignalTrigger<StorageEvent> = Signal.trigger();

/** Creates a new storage service. **/
@:ignoreInstrument
function new(backend: DomStorage, ?options: StorageOptions) {
var onChange = onChangeTrigger.asSignal();
if (options?.listenToGlobalEvents ?? false) {
Expand Down

0 comments on commit 1137bb7

Please sign in to comment.