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
feat(app): tag User-Agent with concrete receiver class name
The App constructor now emits a second `addAppMetadata` entry whose name
includes the receiver's class name (e.g. `@slack/bolt-HTTPReceiver`).
Having the receiver type in outbound WebClient User-Agent strings lets
the Slack team see which receivers are actually deployed in the wild
and prioritize missing features accordingly.
Closes#1150
0 commit comments