Usually, metadata is added to all errors in a session, but you may want to add it only to a single error. For example, maybe you want to additionally capture the name of the error. The name is something like “SyntaxError” or “TypeError”. This can be useful to track so you can group and filter by all instances of SyntaxError, for example.