Skip to content

Commit

Permalink
Set default options for event_inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed May 4, 2024
1 parent a8c6120 commit 7d7add9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ final class Options {
'type' => 'boolean',
],
'sgtm_domain' => [ 'default' => '' ],
'event_inspector' => [
'default' => false,
'constant' => 'GTMKIT_EVENT_INSPECTOR',
'type' => 'boolean',
],
'console_log' => [
'default' => false,
'constant' => 'GTMKIT_CONSOLE_LOG',
Expand Down

0 comments on commit 7d7add9

Please sign in to comment.