You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename the `apiKey` config option to `pushApiKey` to match the naming in
the other integrations (Ruby & Elixir).
If the `apiKey` config option is set (which will be the case for
everyone upgrading) the `pushApiKey` config option will be set with the
`apiKey` value.
It does only for the `apiKey` option given to the constructor, the env
var is mapped to the new key by the config keys map.
Rename the `apiKey` option to `pushApiKey` to match other AppSignal integrations. If `apiKey` is set it will automatically set `pushApiKey`. The `apiKey` option will be removed in the next major version of this package.
0 commit comments