# Cassette hooks only for own module functions

**URL:** https://discourse.julialang.org/t/cassette-hooks-only-for-own-module-functions/35239
**Category:** General Usage
**Created:** [February 27, 2020, 3:47pm UTC](https://discourse.julialang.org/t/cassette-hooks-only-for-own-module-functions/35239 "2020-02-27T15:47:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Wikunia](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wikunia/32/2180_2.png) [@Wikunia](https://discourse.julialang.org/u/Wikunia)
#### Post date: [February 27, 2020, 3:47pm UTC](https://discourse.julialang.org/t/cassette-hooks-only-for-own-module-functions/35239/1 "2020-02-27T15:47:56Z")

</div>

Is there a way to specify Cassette in such a way that there are only `prehooks` and `posthooks` for each function of my own module? Would like to get a high level stack trace with my function names, arguments and the return.

**Edit:** Or is there some kind of other package like `Debugger`, `Rebugger` which can do that?
