File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments