JulianMar / nuxt-bugsnag

Bugsnag module for nuxt.js
MIT License
49 stars 18 forks source link

Fix client options object passed to plugin #1

Closed fibigerg closed 4 years ago

fibigerg commented 4 years ago

Fixes API key sent as "[object Object]"

JulianMar commented 4 years ago

Hi! Thanks for your PR.

Wouldn't this change behaviour. If you pass in the Object as String, it would result in something different How do you pass in the API key?