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.
93
93
$ curl https://app.getsentry.com/api/0/projects/:organization_slug/:project_slug/releases/ \
94
94
-u [api_key]: \
95
95
-X POST \
96
- -d ' {"version": "abcdef "}' \
96
+ -d ' {"version": "2da95dfb052f477380608d59d32b4ab9 "}' \
97
97
-H ' Content-Type: application/json'
98
98
99
99
{
@@ -109,16 +109,16 @@ sourcemaps point to.
109
109
$ curl https://app.getsentry.com/api/0/projects/:organization_slug/:project_slug/releases/2da95dfb052f477380608d59d32b4ab9/files/ \
110
110
-u [api_key]: \
111
111
-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 "
114
114
115
115
{
116
116
" dateCreated" : " 2015-03-06T04:53:00.308Z" ,
117
117
" headers" : {
118
118
" Content-Type" : " application/octet-stream"
119
119
},
120
120
" id" : " 1" ,
121
- " name" : " http://example.com/readme.rst " ,
121
+ " name" : " http://example.com/app.js.map " ,
122
122
" sha1" : " 22591348ed129fe016c535654f6493737f0f9df6" ,
123
123
" size" : 452
124
124
}
You can’t perform that action at this time.
0 commit comments