We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529ae88 commit 87d8387Copy full SHA for 87d8387
docs/config.rst
@@ -45,7 +45,18 @@ Optional settings
45
release: '721e41770371db95eee98ca2707686226b993eda'
46
}
47
48
- Can also be defined with ``Raven.setReleaseContext('721e41770371db95eee98ca2707686226b993eda')``.
+ Can also be defined with ``Raven.setRelease('721e41770371db95eee98ca2707686226b993eda')``.
49
+
50
+.. describe:: serverName
51
52
+ Use this value to define a unique value per client. Typically this would be a device id, if used within a mobile app.
53
54
+ .. code-block:: javascript
55
56
+ {
57
+ serverName: device.uuid
58
+ }
59
60
61
.. describe:: tags
62
0 commit comments