We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46961df commit 70346dcCopy full SHA for 70346dc
src/sentry/static/sentry/app/api.jsx
@@ -165,7 +165,6 @@ export class Client {
165
request(path, options = {}) {
166
let query;
167
try {
168
- query = $.param(options.query || '', true);
169
query = $.param(options.query || [], true);
170
} catch (err) {
171
Sentry.withScope(scope => {
0 commit comments