We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c4902c + 7f4dda3 commit f2c11e5Copy full SHA for f2c11e5
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