Skip to content
代码片段 群组 项目
未验证 提交 c9883c18 编辑于 作者: Marc Shaw's avatar Marc Shaw 提交者: GitLab
浏览文件

Merge branch 'request-id-name-change' into 'master'

Change request id name in Duo Chat snowplow question categorization

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167350



Merged-by: default avatarMarc Shaw <mshaw@gitlab.com>
Approved-by: default avatarEva Kadlecová <ekadlecova@gitlab.com>
Approved-by: default avatarMarc Shaw <mshaw@gitlab.com>
Co-authored-by: default avatarlesley <lrazzaghian@gitlab.com>
无相关合并请求
......@@ -86,7 +86,7 @@ def track(user, attributes)
self.class.to_s,
"ai_question_category",
context: [context],
property: tracking_context[:request_id],
requestId: tracking_context[:request_id],
user: user
)
end
......
......@@ -52,7 +52,7 @@
expect_snowplow_event(
category: described_class.to_s,
action: 'ai_question_category',
property: 'uuid',
requestId: 'uuid',
user: user,
context: [{
schema: described_class::SCHEMA_URL,
......@@ -83,7 +83,7 @@
expect_no_snowplow_event(
category: described_class.to_s,
action: 'ai_question_category',
property: 'uuid',
requestId: 'uuid',
user: user,
context: anything
)
......@@ -99,7 +99,7 @@
expect_no_snowplow_event(
category: described_class.to_s,
action: 'ai_question_category',
property: 'uuid',
requestId: 'uuid',
user: user,
context: anything
)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册