@@ -86,19 +86,19 @@ public function testParameters()
8686 'local_vars_dump ' => false ,
8787 ],
8888 'rollbar_js ' => [
89- 'accessToken ' => 'SOME_ROLLBAR_ACCESS_TOKEN_654321 ' ,
90- 'payload ' => ['environment ' => static ::$ kernel ->getEnvironment ()],
91- 'enabled ' => true ,
92- 'captureUncaught ' => true ,
93- 'uncaughtErrorLevel ' => Configuration::JS_UNCAUGHT_LEVEL ,
94- 'captureUnhandledRejections ' => true ,
95- 'ignoredMessages ' => [],
96- 'verbose ' => false ,
97- 'async ' => true ,
98- 'autoInstrument ' => Configuration::$ autoInstrument ,
99- 'itemsPerMinute ' => Configuration::JS_ITEMS_PER_MINUTE ,
100- 'maxItems ' => Configuration::JS_MAX_ITEMS ,
101- 'scrubFields ' => Configuration::$ scrubFieldsDefault ,
89+ 'access_token ' => 'SOME_ROLLBAR_ACCESS_TOKEN_654321 ' ,
90+ 'payload ' => ['environment ' => static ::$ kernel ->getEnvironment ()],
91+ 'enabled ' => true ,
92+ 'capture_uncaught ' => true ,
93+ 'uncaught_error_level ' => Configuration::JS_UNCAUGHT_LEVEL ,
94+ 'capture_unhandled_rejections ' => true ,
95+ 'ignored_messages ' => [],
96+ 'verbose ' => false ,
97+ 'async ' => true ,
98+ 'auto_instrument ' => Configuration::$ autoInstrument ,
99+ 'items_per_minute ' => Configuration::JS_ITEMS_PER_MINUTE ,
100+ 'max_items ' => Configuration::JS_MAX_ITEMS ,
101+ 'scrub_fields ' => Configuration::$ scrubFieldsDefault ,
102102 ],
103103 ];
104104
0 commit comments