You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/django.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ NOTE: For automatic insertion to work,
89
89
your list of middlewares (`settings.MIDDLEWARE` or `settings.MIDDLEWARE_CLASSES`) must be of type `list` or `tuple`.
90
90
91
91
In addition to broad request metrics (what will appear in the APM app as transactions),
92
-
the agent also collects fine grained metrics on template rendering,
92
+
the agent also collects fine grained metrics on template rendering,
93
93
database queries, HTTP requests, etc.
94
94
You can find more information on what we instrument in the <<automatic-instrumentation, Automatic Instrumentation>> section.
95
95
@@ -363,7 +363,7 @@ Trying to send a test error using these settings:
363
363
364
364
SERVICE_NAME: <SERVICE_NAME>
365
365
SECRET_TOKEN: <SECRET_TOKEN>
366
-
SERVER: http://localhost:8200
366
+
SERVER: http://127.0.0.1:8200
367
367
368
368
Success! We tracked the error successfully! You should be able to see it in a few seconds.
369
369
----
@@ -372,4 +372,4 @@ Success! We tracked the error successfully! You should be able to see it in a fe
372
372
[[supported-django-and-python-versions]]
373
373
==== Supported Django and Python versions
374
374
375
-
A list of supported <<supported-django,Django>> and <<supported-python,Python>> versions can be found on our <<supported-technologies,Supported Technologies>> page.
375
+
A list of supported <<supported-django,Django>> and <<supported-python,Python>> versions can be found on our <<supported-technologies,Supported Technologies>> page.
0 commit comments