Commit 38884cf4 authored by Mark Chao's avatar Mark Chao

Merge branch 'kerrizor-master-patch-66028' into 'master'

Fixing small typo in comment

See merge request gitlab-org/gitlab!73566
parents 876909a2 36ae00be
......@@ -15,7 +15,7 @@ module ErrorTracking
)
# The payload field contains all the data on error including stacktrace in jsonb.
# Together with occured_at these are 2 main attributes that we need to save here.
# Together with occurred_at these are 2 main attributes that we need to save here.
error.events.create!(
environment: event['environment'],
description: exception['value'],
......
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