Skip to content

Commit 2f1a065

Browse files
committed
Updated sourcemap docs
1 parent 02f2f22 commit 2f1a065

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sourcemaps.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sourcemaps point to.
9393
$ curl https://app.getsentry.com/api/0/projects/:organization_slug/:project_slug/releases/ \
9494
-u [api_key]: \
9595
-X POST \
96-
-d '{"version": "abcdef"}' \
96+
-d '{"version": "2da95dfb052f477380608d59d32b4ab9"}' \
9797
-H 'Content-Type: application/json'
9898
9999
{
@@ -109,16 +109,16 @@ sourcemaps point to.
109109
$ curl https://app.getsentry.com/api/0/projects/:organization_slug/:project_slug/releases/2da95dfb052f477380608d59d32b4ab9/files/ \
110110
-u [api_key]: \
111111
-X POST \
112-
-F file=@README.rst \
113-
-F name="http://example.com/readme.rst"
112+
-F file=@app.js.map \
113+
-F name="http://example.com/app.js.map"
114114
115115
{
116116
"dateCreated": "2015-03-06T04:53:00.308Z",
117117
"headers": {
118118
"Content-Type": "application/octet-stream"
119119
},
120120
"id": "1",
121-
"name": "http://example.com/readme.rst",
121+
"name": "http://example.com/app.js.map",
122122
"sha1": "22591348ed129fe016c535654f6493737f0f9df6",
123123
"size": 452
124124
}

0 commit comments

Comments
 (0)