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 a60ac89 commit 31ff333Copy full SHA for 31ff333
src/sentry/static/sentry/app/api.jsx
@@ -166,6 +166,7 @@ export class Client {
166
let query;
167
try {
168
query = $.param(options.query || '', true);
169
+ query = $.param(options.query || [], true);
170
} catch (err) {
171
Sentry.withScope(scope => {
172
scope.setExtra('path', path);
0 commit comments