@@ -55,8 +55,8 @@ Getting started
55
55
Create StackImpact account
56
56
^^^^^^^^^^^^^^^^^^^^^^^^^^
57
57
58
- Sign up for a free account at
59
- ` stackimpact.com < https://stackimpact.com/ >`__ .
58
+ ` Sign up < https://dashboard.stackimpact.com/#/signup >`__ for a free
59
+ account (also with GitHub login) .
60
60
61
61
Installing the agent
62
62
^^^^^^^^^^^^^^^^^^^^
@@ -89,8 +89,12 @@ Configuration section.
89
89
Add the agent initialization to the worker code, e.g. wsgi.py, if
90
90
applicable.
91
91
92
- Other initialization options:
92
+ All initialization options:
93
93
94
+ - ``agent_key `` (Required) The access key for communication with
95
+ StackImpact servers.
96
+ - ``app_name `` (Required) A name to identify and group application
97
+ data. Typically, single codebase corresponds to one application.
94
98
- ``app_version `` (Optional) Sets application version, which can be
95
99
used to associate profiling information with the source code release.
96
100
- ``app_environment `` (Optional) Used to differentiate applications in
0 commit comments