File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ composer require inspector-apm/inspector-symfony
24
24
25
25
<a name =" api-key " ></a >
26
26
27
- ### Configure the API Key
27
+ ### Configure the INGESTION Key
28
28
29
- Create the ` inspector.yaml ` configuration file in your ` config/packages ` directory, and put the ` api_key ` field inside:
29
+ Create the ` inspector.yaml ` configuration file in your ` config/packages ` directory, and put the ` ingestion_key ` field inside:
30
30
31
31
``` yaml
32
32
inspector :
33
- api_key : [your-application-api -key]
33
+ api_key : [your-ingestion -key]
34
34
` ` `
35
35
36
36
You can obtain the ` api_key` creating a new project in your [Inspector](https://www.inspector.dev) dashboard.
Original file line number Diff line number Diff line change 1
1
inspector :
2
- api_key : ' %env(INSPECTOR_API_KEY )%'
2
+ ingestion_key : ' %env(INSPECTOR_INGESTION_KEY )%'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function getConfigTreeBuilder()
18
18
$ tree ->getRootNode ()->children ()
19
19
->booleanNode ('enabled ' )->defaultTrue ()->end ()
20
20
->scalarNode ('url ' )->defaultValue ('https://ingest.inspector.dev ' )->end ()
21
- ->scalarNode ('api_key ' )->defaultNull ()->end ()
21
+ ->scalarNode ('ingestion_key ' )->defaultNull ()->end ()
22
22
->booleanNode ('unhandled_exceptions ' )->defaultTrue ()->end ()
23
23
->booleanNode ('query ' )->defaultTrue ()->end ()
24
24
->booleanNode ('query_bindings ' )->defaultFalse ()->end ()
You can’t perform that action at this time.
0 commit comments