Commit 6069c591 authored by Mike Jang's avatar Mike Jang

Merge branch 'rf-make-ruby-sample-runnable' into 'master'

Sample was not runnable

See merge request gitlab-org/gitlab!40040
parents 3348876c 79e64603
...@@ -393,7 +393,7 @@ Snowplow Micro is a Docker-based solution for testing frontend and backend event ...@@ -393,7 +393,7 @@ Snowplow Micro is a Docker-based solution for testing frontend and backend event
1. Send a test Snowplow event from the Rails console: 1. Send a test Snowplow event from the Rails console:
```ruby ```ruby
Gitlab::Tracking.self_describing_event('iglu:com.gitlab/pageview_context/jsonschema/1-0-0', { page_type: MY_TYPE' }, context: nil ) Gitlab::Tracking.self_describing_event('iglu:com.gitlab/pageview_context/jsonschema/1-0-0', { page_type: 'MY_TYPE' }, context: nil )
``` ```
### Snowplow Mini ### Snowplow Mini
......
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