Skip to content

Commit

Permalink
Note about grouping in logging messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 2, 2010
1 parent 1dc57e0 commit 33e638f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/config.rst
Expand Up @@ -73,6 +73,13 @@ your ``extra`` clause::
}
})

Sentry will intelligently group messages if you use proper string formatting. For example, the following messages would
be seen as the same message within Sentry::

logging.error('There was some %s error', 'crazy')
logging.error('There was some %s error', 'fun')
logging.error('There was some %s error', 1)

Other Settings
--------------

Expand Down

0 comments on commit 33e638f

Please sign in to comment.