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 cd660e0 commit b7974a8Copy full SHA for b7974a8
sentry_sdk/consts.py
@@ -219,20 +219,21 @@ class SPANDATA:
219
220
AI_CITATIONS = "ai.citations"
221
"""
222
+
223
Example:
224
225
- AI_DOCUMENTS = ("ai.documents",)
226
+ AI_DOCUMENTS = "ai.documents"
227
228
229
230
- AI_SEARCH_QUERIES = ("ai.search_queries",)
231
+ AI_SEARCH_QUERIES = "ai.search_queries"
232
233
234
235
- AI_SEARCH_RESULTS = ("ai.search_results",)
236
+ AI_SEARCH_RESULTS = "ai.search_results"
237
238
239
0 commit comments