Commit a9f0580a authored by Patrick Bajao's avatar Patrick Bajao

Merge branch 'ali/bump-standard-context-version' into 'master'

Bump Snowplow standard schema version to 1-0-3

See merge request gitlab-org/gitlab!53062
parents 18308017 4c65bb75
......@@ -3,7 +3,7 @@
module Gitlab
module Tracking
class StandardContext
GITLAB_STANDARD_SCHEMA_URL = 'iglu:com.gitlab/gitlab_standard/jsonschema/1-0-2'.freeze
GITLAB_STANDARD_SCHEMA_URL = 'iglu:com.gitlab/gitlab_standard/jsonschema/1-0-3'.freeze
GITLAB_RAILS_SOURCE = 'gitlab-rails'.freeze
def initialize(namespace: nil, project: nil, user: nil, **data)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment