Skip to content

Commit

Permalink
Take the schema from the schema repo (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpacifici authored Aug 6, 2020
1 parent f5823b2 commit 9fc5fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ install-python-dependencies:

fetchschemas:
mkdir -p schema
curl https://getsentry.github.io/relay/event-schema/event.schema.json -o schema/event.schema.json
curl https://raw.githubusercontent.com/getsentry/sentry-data-schemas/main/relay/event.schema.json -o schema/event.schema.json
.PHONY: fetchschemas

0 comments on commit 9fc5fee

Please sign in to comment.