Currently an SQL statement that begins with a comment, such as
/* Get foo from bar */ SELECT foo FROM bar
Will have span.name set to /*, which makes it harder to tell what's going on in the waterfall view for a request.
Instead, the leading comment should be removed so that the operation type is used instead.