Skip to content

Commit 0885d15

Browse files
author
Ivan Kirichenko
committed
report packages anyway, just ignore version
1 parent 68c6cb3 commit 0885d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instana/meter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ def collect_modules(self):
204204
else:
205205
r[k] = "builtin"
206206
except Exception as e:
207+
r[k] = "unknown"
207208
l.error("collect_modules: could not process module ", k, str(e))
208209

209210
return r

0 commit comments

Comments
 (0)