We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c70a6 commit be2ea1dCopy full SHA for be2ea1d
1 file changed
src/lib/GoogleApi.js
@@ -31,7 +31,8 @@ export const GoogleApi = function(opts) {
31
v: googleVersion,
32
channel: channel,
33
language: language,
34
- region: region
+ region: region,
35
+ onError: 'ERROR_FUNCTION'
36
};
37
38
let paramStr = Object.keys(params)
0 commit comments